public interface GraphReader
| Modifier and Type | Method and Description |
|---|---|
Graph |
parseGraph(java.io.File source,
boolean undirected)
Reads a graph from memory.
|
Graph parseGraph(java.io.File source, boolean undirected)
source - the File object pointing to the graph in memory to read.undirected - a boolean indicating if the graph should be
interpreted as undirected.Graph object read from memory.